projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c273a8a
)
(Vinvocation_directory): Declared.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Aug 1993 04:36:30 +0000
(
04:36
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Aug 1993 04:36:30 +0000
(
04:36
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 8d6d00c9981c146037a37e8a0e1b477d8120d107..c6816f2cd5e2d0ebe3586adb0f3ae690a3c99377 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1271,7
+1271,7
@@
extern Lisp_Object Frubber_band_rectangle ();
/* defined in emacs.c */
extern Lisp_Object decode_env_path ();
-extern Lisp_Object Vinvocation_name;
+extern Lisp_Object Vinvocation_name
, Vinvocation_directory
;
void shut_down_emacs ( /* int signal, int no_x, Lisp_Object stuff */ );
/* Nonzero means don't do interactive redisplay and don't change tty modes */
extern int noninteractive;